setEditMode

abstract fun setEditMode(editMode: String)

Set the edit mode of the editor. An edit mode defines what type of content can currently be edited by the user. Note: The initial edit mode is "Transform".

Parameters

editMode

"Transform", "Crop", "Text", "Playback", "Trim" or a custom value.


abstract fun setEditMode(editMode: String, baseMode: String)

Set the edit mode of the editor using another edit mode as a base. An edit mode defines what type of content can currently be edited by the user.

Parameters

editMode

"Transform", "Crop", "Text", "Playback", "Trim" or a custom value.

baseMode

Base mode from which the custom mode will inherit the settings.